All Questions
3 questions
1vote
1answer
1kviews
Grid of radio buttons in Android
I want to display multiple radio buttons in a layout with multiline style as an item inside a RecyclerView. Look at the code I provided below and suggest how I can ...
1vote
1answer
722views
Search layout with 2 edittext and 2 buttons
I'm building an Android app and I'm new on building the UI on an .xml file. I've built a simple layout but I think that is not optimize very well. This component is a search layout with 2 edittext ...
3votes
1answer
7kviews
Scrolling in Horizontal ScrollView losing selection
When I chose an element from this HorizontalScrollView, I was setting focus to that element by calling: ...